home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / filhos.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  264 b   |  12 lines

  1. on exitFrame
  2.   set i to 2
  3.   repeat while i < 5
  4.     set the visible of sprite i to 0
  5.     set i to i + 1
  6.   end repeat
  7.   set the visible of sprite 15 to 0
  8.   set the visible of sprite 16 to 0
  9.   set the visible of sprite 17 to 0
  10.   set the visible of sprite 18 to 0
  11. end
  12.